*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    background: url('../img/Nosotros.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contenedor {
    margin: 50px 100px 100px;
    /*margin-top: 100px;*/
    padding: 20px 60px;
    border: 3px solid rgba(255, 255, 255, 0.781);
    border-radius: 4px;
    
}

.contenedor .titulo {
font-family: 'arial';
font-style: oblique;
font-size: 35px;
text-align: center;
color: #707070;


}

.contenedor .texto {
    font-family: 'arial';
    color: #707070;
    font-size: 20px;
    text-align: center;
    display: flex ;
    line-height : 40px;
    text-shadow: 0.10px 0.10px rgba(0, 0, 0, 0.2);
}

.texto2 {

    font-family: 'open sans';
    color: #34363a;
    text-align: left;
    font-size: 20px;
    line-height : 40px;
    text-shadow: 0.10px 0.10px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 800px){
    .contenedor {
        margin: auto;
        text-align: center;
        padding: 10px 20px;
                
    }

}

@media screen and (max-width: 500px){

    .contenedor .titulo {

        font-size: 20px;
        text-align: center;
    }
}


@media screen and (max-width: 500px){

    .contenedor .texto{

        font-size: 15px;
    }
}

@media screen and (max-width: 500px){

    .contenedor .texto2{

        font-size: 15px;
        text-align: left;
    }
}